home *** CD-ROM | disk | FTP | other *** search
/ US Vista Atlas & Shape Shuttle / Us Vista Atlas - Shape Shuttle (General Admission Software).BIN / shape / install.dat next >
Text File  |  1995-12-04  |  2KB  |  99 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: SHUTTLE SERIES
  5.  * Version: 1.00
  6.  *
  7.  * This INSTALL.DAT was automatically generated by DDB
  8.  */
  9.  
  10. @DefineProject
  11.     @Name = "SHUTTLE SERIES"
  12.     @Version = "1.00"
  13.     
  14.     @Subdir = "\\SHAPE"
  15.     @OutDrive = C
  16. @EndProject
  17.  
  18. @Display
  19.     @Cls
  20.  
  21.     This program will install:
  22.     @Name version @Version
  23.     on your computer system and verify the integrity of the
  24.     distribution disk(s).  You may press the [Esc] key at any time to
  25.     abort the installation.
  26.  
  27.     INSTALL will ask you several questions about your computer
  28.     hardware and then install @Name on your hard drive.
  29.  
  30.     Each question has a default answer.  If the default answer is
  31.     correct, press the ENTER key in response to the question.
  32.     Otherwise, type the answer and then press the ENTER key.
  33.  
  34.     If you make a mistake while typing, press the BACKSPACE key
  35.     and then retype the answer.
  36.  
  37.     @Pause
  38. @EndDisplay
  39.  
  40. @GetOutDrive
  41.     @Cls
  42.  
  43.     On which disk drive do you wish to install @Name?
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. @EndOutDrive
  58.  
  59. @GetSubdir
  60.     @Cls
  61.     Now you need to specify the disk destination subdirectory.  The
  62.     subdirectory is the location on your disk where the @Name system
  63.     will be installed.  If you don't know what a "subdirectory" is, you
  64.     probably need not worry about it, and should just press 'Enter'.
  65.  
  66.     If you are using a subdirectory system, and the DOS PATH command,
  67.     and you install @Name in the @Subdir subdirectory, you will
  68.     probably want to modify the PATH so that it includes the
  69.     subdirectory @Subdir in addition to the current subdirectories.
  70.  
  71.  
  72.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  73. @EndSubdir
  74.  
  75.  
  76. @DefineDisk
  77.     @Label = "Disk #1"
  78.     @BeginLib SHAPE.001
  79.         @File SSHUTTLE.EXE @Size 183880
  80.         @File SHUTEMP.TMP @Size 15712
  81.         @File SSHUTTLE.SRF @Size 476394
  82.         @File SSHUTTLE.OVL @Size 93152
  83.         @File SSHUTTLE.3RF @Size 768934
  84.         @File SSHUTTLE.SGF @Size 665077
  85.     @EndLib
  86. @EndDisk
  87.  
  88.  
  89. @Finish
  90.     @ChDrive @OutDrive
  91.     @ChDir "@SubDir"
  92.  
  93.     Installation of @Name is now finished.
  94.  
  95.     @Pause
  96. @EndFinish
  97.  
  98. /* end-of-file */
  99.